home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / listedit.zip / LISTEDIT.TXT < prev   
Text File  |  1990-03-10  |  1KB  |  29 lines

  1. One of the new but undocumented features of Vernon Buerg's LIST program
  2. is its ability to invoke you favorite editor in a point and shoot
  3. manner. Assuming you have version 7.3d which is the current version as I
  4. write this you can customize LIST for your editor as follows:
  5.  
  6. Using DEBUG and assuming you editor is named MYEDIT.EXE and is in your
  7. PATH. Make the directory that contains LIST.COM the current directory.
  8. Then:
  9.              debug
  10.              n list.com
  11.              l
  12.              e 17f7 "myedit"
  13.              w
  14.              q
  15. It is important that if your editor name is less than 4 characters long
  16. you pad the name with spaces to a minumum length of 4. This is because
  17. you are actually overwriting the default editor name of "edit". I guess
  18. an alternative would be to rename your favorite editor to EDIT.EXE or
  19. EDIT.COM as appropriate.
  20.  
  21. Now when you are in LIST you can invoke a directory list via the ALT-V
  22. command. Just select the file you want to edit and move the cursor block
  23. the the filename and press 'e'. You will instantly invoke the editor
  24. you selected. Note: the 'e' is not listed as one the selections on the
  25. ALT-V screen and that's why I call this feature undocumented.
  26.  
  27. Once you've tried this I am confident you will use it often.
  28.  
  29.